Skip to main content

All Questions

5votes
1answer
194views

Memory-optimizing arduino code to be able to print all files from SD card

I started an Arduino project that could execute instructions from an SD card file on the screen. I managed to do it, but another problem appeared: I can't print all the files from the SD card to the ...
ArtyomTop1gg's user avatar
1vote
1answer
127views

Python's eval command in Arduino

I have made an equivalent of Python's "eval" command in Arduino (which in itself is quite a feat) but the part that decodes the output of it is not small enough to fit in another 30 functions since ...
PyPylia's user avatar

close